unit_threaded.asserts

Custom assertions for testing unit-threaded itself, not intended for the end-user.

Members

Functions

assertEqual
void assertEqual(T t, U u, string file = __FILE__, size_t line = __LINE__)

Helper to call the standard assert

Meta